Magic Text Scroll Java Applet Commerical Version 1.0
![]() Information : Magic Text Scroll is a text scroller Java applet. URL: http://japplets.tripod.com/magicscroll.html Author: Gokhan Dagli Mail : quickshare@excite.com Class File : magic_textscroll.class This effect contains the code by Gokhan Dagli, used under a licence. Before using this applet you must read the license agreement. You can use the applet freely to enhance your web pages (commerical or non-commerical). However, I placed a status bar warning that will appear when the applet is online on a site and regcode parameter isn't correct. Buy Regcode: 19USD You can buy it when finished testing. Buy it once, use same regcode for new versions! You have to pay small amount of money and receive your registration code (regcode). You can buy the registration code using a credit card through Regnow secure servers. |
Sample 1 :
<applet code=magic_textscroll.class width=380 height=40> |
Sample 2 :
|
Code explanations :
The following instructions describe the meaning of the available parameters for this applet: |
<applet code="magic_textscroll.class" width=380 height=40> | The applet tag identifies the location, class file name, and size of a Java applet. The first part of the tag code=magic_textscroll.class identifies the name of the Java applet. The second and third part of the applet tag identifies the width and height of the applet (usually measured in screen pixels). |
<param name=regcode value=""> | Registration code (if you have it). In the "regcode" parameter, place the registration code you purchased from us. You have to pay small amount of money and receive your registration code (regcode). |
<param name="info" value="Applet by Gokhan Dagli,japplets.tripod.com"> | Information about the Magic Text Scroll. |
<param name=bgcolor value="ffffff"> | Background color of the applet. |
<param name=text_count value="2"> | Count of the texts. |
<param name=text1 value="NOW! NOW! http://japplets.tripod.com NOW! NOW!"> | First text. |
<param name=text2 value="You can download and use Magic Text Scroll ! Fast, flexible and cool ! You can scroll two or more messages left to right or right to left !"> | Second text. |
<param name=textcolor1 value="bfbfbf"> | Text color (first one). |
<param name=textcolor2 value="0000cf"> | Text color (second one). |
<param name=font_type1 value="Arial"> | Font type of the first text. |
<param name=font_type2 value="Arial"> | Font type of the second text. |
<param name=font_style1 value="0"> | Font style (0->Plain,1->Bold,2->Italic,3->Bold+Italic). |
<param name=font_style2 value="1"> | Font style (0->Plain,1->Bold,2->Italic,3->Bold+Italic). |
<param name=font_size1 value="24"> | Font size. |
<param name=font_size2 value="12"> | Font size. |
<param name=delay_time value="16"> | Scroll delay. |
<param name=wait_period1 value="1"> | Wait period. |
<param name=wait_period2 value="1"> | Wait period. |
<param name=animation_step1 value="1"> | animation_step is the distance in screen pixels to jump between frames. (for first text) |
<param name=animation_step2 value="2"> | animation_step is the distance in screen pixels to jump between frames. (for second text) |
<param name=direction1 value="false"> | true or false.(true for right to left, false for left to right) |
<param name=direction2 value="true"> | true or false.(true for right to left, false for left to right) |
<param name=link value="http://japplets.tripod.com"> | Link URL. |
<param name=target_frame value="_self"> | Target frame. |
</applet> | The last part works like all other HTML tags and defines the end of the applet tag </applet>. |
Getting Started
Linking to My Web Site
Troubleshooting & Support
|
|
||||
|
||||
|
||||